home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
presto
/
presto10.lha
/
rmlinks
< prev
Wrap
Text File
|
1991-12-13
|
118b
|
6 lines
#! /bin/sh
# remove all symbolic links below first argument (assumed to be a dir)
find $1 -type l -print | xargs rm